<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*å¤´éƒ¨*/

.flex {

 width: 100%;
 background: #fff;
 /*  position: fixed;*/
 top: 0;
 left: 0;
 z-index: 10;
 box-shadow: 0 0 10px rgba(0,0,0,.2);

}
header{
 width: 100%;
 position: absolute;
 height: 88px;
 z-index: 10;
 margin-top:2%;
}
header .toplogo{
 float: left;
 width: 15%;
 text-align: center;
}
header .topmeun{
 float: left;
 width: 70%;
 text-align: center;
}
header .topcn{
 float: left;
 width: 10%;
 text-align: center;
}
header .topcn .search{
 float: left;
 width: 45%;
 text-align: center;
 line-height:88px;
}
header .topcn .china{
 float: left;
 width: 55%;
 text-align: center;
 line-height:88px;
 font-size:16px;
 font-weight:700;
}
header .topcn img{
  max-width:100%;
}
header .logo{
 display: block;

}
header .logo {
 height:88px;
 display: table;
}
header .logo #imgbox {
 display:table-cell;
 vertical-align: middle;
 width: 25%;
}
header  .logo #imgbox img {
 display: block;
 margin: 0 auto;
 max-width: 100%;
 /*å¦‚æžœå¸Œæœ›å›¾ç‰‡å®½é«˜éƒ½ä¸è¶…è¿‡çˆ¶å…ƒç´&nbsp;çš„å®½é«˜ï¼Œå¹¶ä¸”åž‚ç›´æ°´å¹³å±…ä¸­  è¿™ä¹ˆè®¾è®¡*/
 max-height: 100%;
}


.dropdown-menu {
 left:auto;
 right:0;
 min-width: 110px;
 -webkit-border-radius: 0px;
 -moz-border-radius: 0px;
 border-radius: 0px;
}
.dropdown-menu &gt; li &gt; a {
 text-align: center;
}
header nav{
 width: 100%;
}
header nav ul{
 width: 100%;
 height: 104px;
 float:left;
}
header nav li{
 float: left;
 width:calc(100%/6);
 height: 104px;
 line-height: 80px;
 /*margin-top:50px;*/
 font-size:16px;
 font-family: 'Glyphicons Halflings';
 font-weight:700;
 text-align: center;

}
header nav ul li a {
 color: #020202;
}
header nav li:hover, header nav li.cur {
 color: #020202;
 display: inline-block;
 height: 80px;
 background:url(../img/topmean.png) no-repeat center center;
}
header nav li:hover a, header nav li.cur a {
 color: #020202;
}
header .share {
 height: 52px;
 line-height: 52px;
 font-size:16px;
 color: #fff;
    border-left: #e8e8e8 solid 1px;
}
header .share .lang a {
 font-family:"Arial";
 color: #020202;
}
.search #search {
 width: 210px;
 height: 52px;
 border:1px solid #d7d7d7;
 color: #cccccc;
 -webkit-border-radius: 25px;
 -moz-border-radius: 25px;
 border-radius: 25px;
}

.search #search .sea {
 background:transparent;
 border:none;
 width: 165px;
 height: 52px;
 padding-left: 10px;
 line-height: 50px;
 color: #333333;
}
.search #search .btn {
 background: transparent;
 padding: 4px 12px;

}

</pre></body></html>